|
Class Summary |
| Action |
Represents an action that can be run by the engine. |
| Blueprint |
The representation of the architecture of the process. |
| Builder |
A factory class that can construct and configure instances of a component. |
| Component |
Base class for components that make up a process. |
| Configurable |
Base class for components that accept configuration data. |
| Configuration |
Represents a configuration on a service, action, or observer. |
| Executable |
Executable. |
| Execution |
Implementation of the execution scope and context. |
| Observer |
Represents an observer that can be run by the engine before or after an
action. |
| Process |
Implementation of the process scope and context. |
| RuntimeUtils |
Utilities used by the various runtime components. |
| Scope |
Common base type for the runtime scopes (process, session, execution, and
action). |
| Sequence |
Implementation of the action scope and context. |
| Service |
Represents a service available to actions and observers. |
| Session |
Implementation of the session scope and context. |